/*

* name:Global && Pc StyleSheet

* version:v3.4.2

* update:添加百度地图容器样式；默认隐藏百度分享的触控弹层

* date:2017-08-11

*/

/*新闻开始*/
.credit {
	padding: 30px 15px 0 15px;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
}

.credit a {
	font-weight: 900;
	color: #000000;
	text-decoration: underline;
}



/**********************************/
/***** Layout & Section Title *****/
/**********************************/
.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
    }
}

.section-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: #eeeeee;
}

.section-title h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}



/**********************************/
/********** Effect #1 CSS *********/
/**********************************/
.effect-1 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.effect-1 .effect-img {
    font-size: 0;
}

.effect-1 .effect-img img {
    width: 100%;
    height: auto;
}

.effect-1 .effect-text {
    position: absolute;
    width: 95%;
    height: 100%;
    padding: 30px 10px;
    top: calc(100% - 60px);
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

.effect-1:hover .effect-text {
    top: 0;
}

.effect-1 .effect-text h2 {
    height: 45px;
    color: #ffffff;
    font-size: 23px;
    margin: -15px 0 0 0;
    transition: .5s;
}

.effect-1:hover .effect-text h2 {
    margin: 0;
}

.effect-1 .effect-text p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}


.effect-1 .effect-btn .btn {
    display: inline-block;
    height: 35px;
    padding: 7px 12px; line-height: 35px;
    color: #333333;
    background: #ffffff;
}
/*新闻结束*/

/*banner开始*/
.c-banner{
	width: 100%;
	position: relative; margin-top: 95px;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: auto;
		position: absolute;
		left: 50%;
		margin-left: -207px;
	}
}
/*banner结束*/

.row {
	width: 101%;
	transition: .2s width ease;
 *zoom:1
}
.row:before, .row:after {
	display: table;
	clear: both;
	content: ''
}
.row>[class*="span-"] {
	float: left;
	margin-right: 1%;
 *margin-right:.89%
}
.row>.span-1 {
	width: 7.33333333%
}
.row>.span-2 {
	width: 15.66666667%
}
.row>.span-3 {
	width: 24%
}
.row>.span-4 {
	width: 32.33333333%
}
.row>.span-5 {
	width: 40.66666667%
}
.row>.span-6 {
	width: 49%
}
.row>.span-7 {
	width: 57.33333333%
}
.row>.span-8 {
	width: 65.66666667%
}
.row>.span-9 {
	width: 74%
}
.row>.span-10 {
	width: 82.33333333%
}
.row>.span-11 {
	width: 90.66666667%
}
.row>.span-12 {
	width: 99%
}
.full-row {
	width: 100%;
	transition: .2s width ease;
 *zoom:1
}
.full-row:before, .full-row:after {
	display: table;
	clear: both;
	content: ''
}
.full-row>[class*='span'] {
	float: left
}
.full-row>.span-1 {
	width: 8.33333333%;
 *width:8.22333333%
}
.full-row>.span-2 {
	width: 16.66666667%;
 *width:16.55666667%
}
.full-row>.span-3 {
	width: 25%;
 *width:24.89%
}
.full-row>.span-4 {
	width: 33.33333333%;
 *width:33.22333333%
}
.full-row>.span-5 {
	width: 41.66666667%;
 *width:41.55666667%
}
.full-row>.span-6 {
	width: 50%;
 *width:49.89%
}
.full-row>.span-7 {
	width: 58.33333333%;
 *width:58.22333333%
}
.full-row>.span-8 {
	width: 66.66666667%;
 *width:66.55666667%
}
.full-row>.span-9 {
	width: 75%;
 *width:74.89%
}
.full-row>.span-10 {
	width: 83.33333333%;
 *width:83.22333333%
}
.full-row>.span-11 {
	width: 91.66666667%;
 *width:91.55666667%
}
.full-row>.span-12 {
	width: 100%;
 *width:99.89%
}
.row>.pull-right, .full-row>.pull-right {
	float: right
}
.row>.center {
	position: relative;
	left: -0.5%;
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}
.full-row>.center {
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}
.pull-left-1 {
	position: relative;
	left: -8.33333333%
}
.pull-left-2 {
	position: relative;
	left: -16.66666667%
}
.pull-left-3 {
	position: relative;
	left: -25%
}
.pull-left-4 {
	position: relative;
	left: -33.33333333%
}
.pull-left-5 {
	position: relative;
	left: -41.66666667%
}
.pull-left-6 {
	position: relative;
	left: -50%
}
.pull-left-7 {
	position: relative;
	left: -58.33333333%
}
.pull-left-8 {
	position: relative;
	left: -66.66666667%
}
.pull-left-9 {
	position: relative;
	left: -75%
}
.pull-left-10 {
	position: relative;
	left: -83.33333333%
}
.pull-left-11 {
	position: relative;
	left: -91.66666667%
}
.pull-left-12 {
	position: relative;
	left: -100%
}
.pull-right-1 {
	position: relative;
	left: 8.33333333%
}
.pull-right-2 {
	position: relative;
	left: 16.66666667%
}
.pull-right-3 {
	position: relative;
	left: 25%
}
.pull-right-4 {
	position: relative;
	left: 33.33333333%
}
.pull-right-5 {
	position: relative;
	left: 41.66666667%
}
.pull-right-6 {
	position: relative;
	left: 50%
}
.pull-right-7 {
	position: relative;
	left: 58.33333333%
}
.pull-right-8 {
	position: relative;
	left: 66.66666667%
}
.pull-right-9 {
	position: relative;
	left: 75%
}
.pull-right-10 {
	position: relative;
	left: 83.33333333%
}
.pull-right-11 {
	position: relative;
	left: 91.66666667%
}
.pull-right-12 {
	position: relative;
	left: 100%
}

@media only screen and (max-width:1024px) {
.row>.midd-1 {
	width: 7.33333333%
}
.row>.midd-2 {
	width: 15.66666667%
}
.row>.midd-3 {
	width: 24%
}
.row>.midd-4 {
	width: 32.33333333%
}
.row>.midd-5 {
	width: 40.66666667%
}
.row>.midd-6 {
	width: 49%
}
.row>.midd-7 {
	width: 57.33333333%
}
.row>.midd-8 {
	width: 65.66666667%
}
.row>.midd-9 {
	width: 74%
}
.row>.midd-10 {
	width: 82.33333333%
}
.row>.midd-11 {
	width: 90.66666667%
}
.row>.midd-12 {
	width: 99%
}
.midd-hide {
	display: none
}
.midd-center {
	position: relative;
	left: -0.5%;
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}
.full-row>.midd-1 {
	width: 8.33333333%
}
.full-row>.midd-2 {
	width: 16.66666667%
}
.full-row>.midd-3 {
	width: 25%
}
.full-row>.midd-4 {
	width: 33.33333333%
}
.full-row>.midd-5 {
	width: 41.66666667%
}
.full-row>.midd-6 {
	width: 50%
}
.full-row>.midd-7 {
	width: 58.33333333%
}
.full-row>.midd-8 {
	width: 66.66666667%
}
.full-row>.midd-9 {
	width: 75%
}
.full-row>.midd-10 {
	width: 83.33333333%
}
.full-row>.midd-11 {
	width: 91.66666667%
}
.full-row>.midd-12 {
	width: 100%
}
}

@media only screen and (max-width:992px) {
.row>.smidd-1 {
	width: 7.33333333%
}
.row>.smidd-2 {
	width: 15.66666667%
}
.row>.smidd-3 {
	width: 24%
}
.row>.smidd-4 {
	width: 32.33333333%
}
.row>.smidd-5 {
	width: 40.66666667%
}
.row>.smidd-6 {
	width: 49%
}
.row>.smidd-7 {
	width: 57.33333333%
}
.row>.smidd-8 {
	width: 65.66666667%
}
.row>.smidd-9 {
	width: 74%
}
.row>.smidd-10 {
	width: 82.33333333%
}
.row>.smidd-11 {
	width: 90.66666667%
}
.row>.smidd-12 {
	width: 99%
}
.smidd-hide {
	display: none
}
.smidd-center {
	position: relative;
	left: -0.5%;
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}
.full-row>.smidd-1 {
	width: 8.33333333%
}
.full-row>.smidd-2 {
	width: 16.66666667%
}
.full-row>.smidd-3 {
	width: 25%
}
.full-row>.smidd-4 {
	width: 33.33333333%
}
.full-row>.smidd-5 {
	width: 41.66666667%
}
.full-row>.smidd-6 {
	width: 50%
}
.full-row>.smidd-7 {
	width: 58.33333333%
}
.full-row>.smidd-8 {
	width: 66.66666667%
}
.full-row>.smidd-9 {
	width: 75%
}
.full-row>.smidd-10 {
	width: 83.33333333%
}
.full-row>.smidd-11 {
	width: 91.66666667%
}
.full-row>.smidd-12 {
	width: 100%
}
}

@media only screen and (max-width:760px) {
.row>.smal-1 {
	width: 7.33333333%
}
.row>.smal-2 {
	width: 15.66666667%
}
.row>.smal-3 {
	width: 24%
}
.row>.smal-4 {
	width: 32.33333333%
}
.row>.smal-5 {
	width: 40.66666667%
}
.row>.smal-6 {
	width: 49%
}
.row>.smal-7 {
	width: 57.33333333%
}
.row>.smal-8 {
	width: 65.66666667%
}
.row>.smal-9 {
	width: 74%
}
.row>.smal-10 {
	width: 82.33333333%
}
.row>.smal-11 {
	width: 90.66666667%
}
.row>.smal-12 {
	width: 99%
}
.smal-hide {
	display: none
}
.smal-show {
	display: block
}
.smal-center {
	position: relative;
	left: -0.5%;
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}
[class*='pull-left-'], [class*='pull-right-'] {
	right: auto;
	left: auto
}
.full-row>.smal-1 {
	width: 8.33333333%
}
.full-row>.smal-2 {
	width: 16.66666667%
}
.full-row>.smal-3 {
	width: 25%
}
.full-row>.smal-4 {
	width: 33.33333333%
}
.full-row>.smal-5 {
	width: 41.66666667%
}
.full-row>.smal-6 {
	width: 50%
}
.full-row>.smal-7 {
	width: 58.33333333%
}
.full-row>.smal-8 {
	width: 66.66666667%
}
.full-row>.smal-9 {
	width: 75%
}
.full-row>.smal-10 {
	width: 83.33333333%
}
.full-row>.smal-11 {
	width: 91.66666667%
}
.full-row>.smal-12 {
	width: 100%
}
}
/*挂件分页样式*/

.util-page {
	font-size: 0;
	color: #000;
	text-align: center;
}
.util-page .gobutton, .util-page .sl, .util-page .num, .util-page .count {
	color: #000;
	display: inline-block;
	border: 1px solid #ededed;
	margin: 10px 0;
	padding: 5px 10px;
	vertical-align: middle;
	margin: 0 0 10px -1px;
	background: #fff;
	font-size: 16px;
	font-weight: normal;
}
.util-page .gobutton:hover, .util-page .num:hover, .util-page .current {
	color: #fff;
	background: #3cabff;
}
.util-page span.gobutton, .util-page span.gobutton:hover {
	color: #000;
	background-color: #eee;
}
.util-page .gobutton .ion {
	font-size: .8em;
}
.util-page .count {
	margin-left: 10px;
	color: #000;
	background: none;
	border: none;
}
.util-page span.jump {
	background: none;
	color: #000;
	display: inline-block;
	margin: 0 7px;
	vertical-align: top;
}
.util-page span.jumpto, .util-page span.jumpto_text, .util-page span.jumpto_text {
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
}
.util-page .jumpto_inp {
	width: 40px;
	text-align: center;
	height: 37px;
	line-height: 37px;
	vertical-align: top;
}
/*百度地图容器-默认高度45%，BdMapArea是防止在同屏版心下地图太大*/

.BdMapArea {
	margin: 0 auto 55px;
	max-width: 1200px;
}
.BdMapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	overflow: hidden;
}
.BdMapWrapper .BdMapCon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:760px) {
.BdMapArea {
	display: none;
}
}
/*默认隐藏百度分享触控弹层*/

.bdshare_popup_box {
	display: none!important;
}
/* 雪碧图 */

/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */

.ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(http://www.cablescomchina.com.cn/resources/web/img/ico.png);
 *text-indent:0;
 *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');
	vertical-align: middle;
}
.ico:before {
	content: '\3000';
}
.ico1_2 {
	background-position: -20px 0;
}
.ico1_3 {
	background-position: -40px 0;
}
.ico1_4 {
	background-position: -60px 0;
}
.ico1_5 {
	background-position: -80px 0;
}
.ico2_1 {
	background-position: 0 -20px;
}
.ico2_2 {
	background-position: -20px -20px;
}
.ico2_3 {
	background-position: -40px -20px;
}
.ico2_4 {
	background-position: -60px -20px;
}
.ico2_5 {
	background-position: -80px -20px;
}
.ico3_1 {
	background-position: 0 -40px;
}
.ico3_2 {
	background-position: -20px -40px;
}
.ico3_3 {
	background-position: -40px -40px;
}
.ico3_4 {
	background-position: -60px -40px;
}
.ico3_5 {
	background-position: -80px -40px;
}
.ico4_1 {
	background-position: 0 -60px;
}
.ico4_2 {
	background-position: -20px -60px;
}
.ico4_3 {
	background-position: -40px -60px;
}
.ico4_4 {
	background-position: -60px -60px;
}
.ico4_5 {
	background-position: -80px -60px;
}
/* 常量设置 */

.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.mwrap {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}
/*对ie8设置最小宽度，防止页面错乱*/

/*for ie8*/

body {
	min-width: 1240px\9;
	overflow-x: auto;
}

/*for ie9+*/

@media all and (min-width:0) {
body {
	min-width: 0;
	overflow-x: hidden;
}
}
body {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	background: #fff;
}
a {
	color: inherit;
}
a:hover {
	color: #00a2f8;
}

::-moz-selection {
 color:#fff;
 background:#00a2f8;
}
::selection {
	color: #fff;
	background: #00a2f8;
}

::-webkit-input-placeholder {
 color:#aaa;
}
.placeholder {
	color: #aaa;
}
/*css组件设置*/

.form-control, .input-group-addon, .btn {
	border-radius: 2px;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}
.imgZoom img, .imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.imgZoom {
	overflow: hidden;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.imgY180:hover img {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
/* 网站样式 */



/*fonts*/

@font-face {
	font-family: 'hero_light';
	src: url('../font/hero_light.eot');
	src: url('../font/hero_light.eot#iefix') format('embedded-opentype'), url('../font/hero_light.ttf') format('truetype'), url('../font/hero_light.woff') format('woff'), url('http://www.cablescomchina.com.cn/resources/web/font/hero_light.svg#hero_lightlight') format('svg');
}
@font-face {
	font-family: 'impact';
	src: url('../font/impact.eot');
	src: url('../font/impact.eot#iefix') format('embedded-opentype'), url('../font/impact.ttf') format('truetype'), url('../font/impact.woff') format('woff'), url('http://www.cablescomchina.com.cn/resources/web/font/impact.svg#Impact') format('svg');
}
/*通用样式*/

.transition3 {
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.transition3 a:hover {
	opacity: 0.7;
	color: #fff;
}
.transition5 {
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.delay04 {
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.delay02 {
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
/*视频图标样式*/

.video_ico {
	width: 93px;
	height: 93px;
	display: block;
	background: url(../images/video_ico.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -46.5px;
	margin-left: -46.5px;
}
.video_box {
	cursor: pointer;
}
/*首页通用标题*/

.ititle {
	font-size: 34px;
	color: #3d3d3d;
	position: relative;
	font-weight: normal;
}
.ititle:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #00a2f8;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
}
/*首页通用了解更多*/

.more_btn {
	color: #666;
}
.more_btn em {
	opacity: 0.7;
}
/*首页通用左右切换按钮*/

.arr_btn {
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	color: #00a2f8;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	margin: 0;
	font-weight: bold\9;
	font-size: 30px\9;
}
.arr_btn:hover {
	background: #00a2f8;
	color: #fff;
	box-shadow: 0px 0px 10px #999;
}
/*header*/

.page_header {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
.page_header .logo {
	width: 26%;
}
.page_header .logo a {
	display: block;
	margin-top: 14px;
}
.page_header .inav {
	width: 60%;
}
.page_header .inav > ul > li {
	float: left;
	padding: 0 4%;
	position: relative;
}
.page_header .inav > ul > li > a {
	display: block;
	line-height: 94px;
	font-size: 16px;
	color: #333;
}
.page_header .inav .sub_nav {
	position: absolute;
	top: 100%;
	width: 190%;
	left: 0;
	border-top: #2370a8 2px solid;
	background: rgba(15,179,255,.80);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(14px);
	-ms-transform: translateY(14px);
	-o-transform: translateY(14px);
	transform: translateY(14px);
	padding: 10% 0;
}
.page_header .inav .sub_nav>li a {
	display: block;
	padding: 4% 14%;
	color: #fff;
}
.page_header .inav .sub_nav>li a .iconfont {
	color: #fff;
	font-size: 12px;
	margin-top: 2px;
	opacity: 0;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
}
.page_header .inav > ul > li:hover .sub_nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.page_header .inav .sub_nav>li:hover .iconfont {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.page_header .header_tool {
	font-size: 0;
	text-align: right;
	margin-top: 18px;
}
.page_header .header_tool a {
	display: block;
	width: 64px;
	height: 55px;
	display: inline-block;
 *display:inline;
 *zoom: 1;
	vertical-align: middle;
	background-image: url(../images/header_ico.png);
}
.page_header .header_tool .search_btn {
	background-color: #143f90;
	background-position: 0px 0px;
}
.page_header .header_tool .search_btn:hover {
	background-color: rgba(15,179,255,.80);
}
.page_header .header_tool .enweb_btn {
	background-color: #00a2f8;
	background-position: -64px 0px
}
.page_header .header_tool .mobile_key {
	display: none;
	background-color: #143f90;
	background-position: -128px 0px;
}
.page_header.tophide .inav > ul > li > a {
	line-height: 80px;
}
.page_header.tophide .logo {
	width: 15%;
}
.page_header.tophide .header_tool {
	margin-top: 14px;
}
.page_header .inav > ul > li.cur > a {
	color: #00a2f8;
}
/*footer*/

.page_footer {
	background: #333;
	padding: 40px 0px;
	color: #a0a0a0;
}
.page_footer .footer_l {
	width: 60%;
}
.page_footer .footer_l .address a {
	color: #a0a0a0;
	cursor: default;
}
.page_footer .footer_r a {
	display: inline-block;
 *display:inline;
 *zoom: 1;
	text-align: center;
	padding: 0 24px;
	border-right: 1px dashed #a0a0a0;
}
.page_footer .footer_r .footer_ico {
	width: 40px;
	height: 40px;
	background-image: url(../images/footer_ico.png);
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
}
.page_footer .footer_r .footer_ico.ico1 {
	background-position: 0px 0px;
}
.page_footer .footer_r .footer_ico.ico2 {
	background-position: -40px 0px;
}
.page_footer .footer_r .footer_ico.ico3 {
	background-position: -80px 0px;
}
.page_footer .footer_r .tit {
	font-weight: normal;
	color: #a0a0a0;
}
.page_footer .footer_r .web_phone {
	border: none;
}
.page_footer .footer_r a:hover .footer_ico {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background-image: url(../images/footer_ico_hover.png);
}
.page_footer .phone_ewm_box img {
	width: 200px;
	height: 200px;
}
.page_footer .phone_ewm {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.60);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
	top: 0;
	left: 0;
	z-index: 101;
	display: none;
}
.page_footer .phone_ewm_box {
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -124px;
}
.page_footer .phone_ewm_box .tit {
	padding: 6%;
	background: #00a2f8;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.page_footer .phone_ewm_box .close_btn {
	position: absolute;
	font-size: 16px;
	color: #fff;
	top: 11px;
	right: 4px;
	cursor: pointer;
}
/*下层banner*/

.xc_banner {
	position: relative;
}
.xc_banner .img_box {
	width: 100%;
	height: 370px;
	overflow: hidden;
}
.xc_banner img {
	position: absolute;
	width: 1920px;
	height: 370px;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
	max-width: none;
	animation: img_room 6s linear 1;
	-webkit-animation: img_room 6s linear 1;
}
 @keyframes img_room {
 0% {
 -moz-transform:scale(1.2, 1.2);
 -ms-transform:scale(1.2, 1.2);
 -o-transform:scale(1.2, 1.2);
 -webkit-transform:scale(1.2, 1.2);
 transform:scale(1.2, 1.2);
}
 100% {
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 -webkit-transform:scale(1, 1);
 transform:scale(1, 1);
}
}
 @-webkit-keyframes "img_room" {
 0% {
 -moz-transform:scale(1.2, 1.2);
 -ms-transform:scale(1.2, 1.2);
 -o-transform:scale(1.2, 1.2);
 -webkit-transform:scale(1.2, 1.2);
 transform:scale(1.2, 1.2);
}
 100% {
 -moz-transform:scale(1, 1);
 -ms-transform:scale(1, 1);
 -o-transform:scale(1, 1);
 -webkit-transform:scale(1, 1);
 transform:scale(1, 1);
}
}
.xc_banner .xc_nav {
	width: 100%;
	background: url(../images/black.6.png) repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
}
.xc_banner .xc_nav .sub_menu>li {
	float: left;
	position: relative;
}
.xc_banner .xc_nav .sub_menu>li:first-child>a {
	border-left: 1px solid #73747d;
}
.xc_banner .xc_nav .sub_menu>li> a {
	display: block;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	font-size: 16px;
	position: relative;
	border-right: 1px solid #73747d;
	color: #fff;
}
.xc_banner .xc_nav .sub_menu>li> a:after {
	content: "";
	height: 3px;
	background: #00a2f8;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.xc_banner .xc_nav .sub_menu .drop {
	position: absolute;
	width: 160%;
	background: #000;
	padding: 4% 10% 10%;
	display: none;
}
.xc_banner .xc_nav .sub_menu .drop li {
	width: 100%;
}
.xc_banner .xc_nav .sub_menu .drop a {
	display: block;
	padding: 4px 6px;
}
.xc_banner .xc_nav .sub_menu .drop li:hover a {
	background: #00a2f8;
	color: #fff;
}
.xc_banner .xc_nav .sub_menu>li:hover, .xc_banner .xc_nav .sub_menu>li.cur {
	background: #000;
}
.xc_banner .xc_nav .sub_menu>li:hover a:after, .xc_banner .xc_nav .sub_menu>li.cur a:after {
	left: 10%;
	right: 10%;
}
.xc_banner .xc_nav .sub_menu>li:hover .drop {
	display: block;
}
.xc_banner .xc_nav .crumbs {
	line-height: 52px;
}
.xc_banner .xc_nav .crumbs a {
	color: #fff;
}
.xc_banner .xc_nav .crumbs a:hover {
	opacity: 0.8;
}
/*下层通用*/

.channel_main {
	min-height: 300px;
	padding: 60px 0px 80px;
}
/*公司简介*/

.about .part1 .company_tit {
	font-weight: normal;
	font-size: 30px;
	color: #00a2f8;
}
.about .part1 .tit_p {
	display: block;
	font-size: 18px;
	color: #000;
	margin-bottom: 14px;
}
.about .part2 {
	margin: 40px 0px 40px;
	position: relative;
}
.about .part2 .l_bj {
	width: 50%;
	height: 100%;
	background: #fbfbfb;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
	position: absolute;
}
.about .part2_l {
	overflow: hidden;
	margin-top: 3%;
}
.about .part2_l ul {
	margin: -1px 0px 0px -1px;
}
.about .part2_l .list_box {
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	text-align: center;
	padding: 10% 0;
}
.about .part2_l .list_tit {
	font-size: 16px;
	color: #666;
}
.about .part2_l .list_tit em {
	font-weight: bold;
	color: #00a2f8;
	font-size: 26px;
	font-family: Arial;
}
.about .part2_l .list_ico {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/about_p2_ico.png) no-repeat;
	margin: 0 auto;
}
.about .part2_l .li1 .list_ico {
	background-position: 0px 0px;
}
.about .part2_l .li2 .list_ico {
	background-position: -80px 0px;
}
.about .part2_l .li3 .list_ico {
	background-position: -160px 0px;
}
.about .part2_l .li4 .list_ico {
	background-position: -240px 0px;
}
/* newslist-10 start*/

.widget-newslist-10 .list_hd {
	padding: 50px 60px 40px;
	margin-bottom: 26px;
	border: 3px solid #f5f5f5;
}
.widget-newslist-10 .hd_tit {
	font-size: 20px;
	color: #1e1e1e;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-right: 2%;
}
.widget-newslist-10 .inp_box_wrap {
	width: 20%;
	margin-right: 2%;
}
.widget-newslist-10 .inp_box {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e0e0e0;
	padding: 0;
	margin: 0;
	box-sizing: content-box;
	font-size: 13px;
	color: #999;
	padding: 0;
	text-indent: 10px;
}
.widget-newslist-10 .hd_btn {
	width: 20%;
	border: none;
	text-align: center;
	background-color: #00a2f8;
	font-size: 15px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	outline: none;
	cursor: pointer;
}
.widget-newslist-10 .list_box {
	padding: 46px 60px 40px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget-newslist-10 .list_main {
	overflow: hidden;
}
.widget-newslist-10 .bd_r {
	width: 20%;
}
.widget-newslist-10 .bd_c {
	width: 76%;
	padding: 0 8% 0 5%;
}
.widget-newslist-10 .nopic .bd_c {
	width: 85%;
	padding: 0 0 0 5%;
}
.widget-newslist-10 .list_title {
	font-size: 20px;
}
.widget-newslist-10 .list_title a {
	color: #000
}
.widget-newslist-10 .list_tool {
	font-size: 12px;
	color: #c9c9c9;
	padding: 6px 0px;
	line-height: 20px;
}
.widget-newslist-10 .list_tool .share {
	margin-left: 20px;
	cursor: pointer;
}
.widget-newslist-10 .list_p {
	font-size: 14px;
	color: #464646;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.widget-newslist-10 .list_box:after {
	content: "";
	width: 88%;
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	bottom: 0;
	right: 0;
}
.widget-newslist-10 .list_time {
	font-size: 14px;
	color: #8d8b8b;
	padding: 0 2% 2% 0;
	border-right: 1px solid #e6e6e6;
	font-family: Arial;
	width: 60px;
}
.widget-newslist-10 .list_time_day {
	display: block;
	font-size: 50px;
	color: #000;
	line-height: 50px;
	font-family: helvetica;
}
.widget-newslist-10 li:hover .list_box {
	background: #fbfbfb;
}
.widget-newslist-10 li:hover .list_box:after {
	background-color: #f8f8f8;
}
.widget-newslist-10 li:hover .list_time_day {
	color: #00a2f8;
}
.widget-newslist-10 .select-ui-choose ._arrow {
	width: 16%;
	right: 0;
	background: #e3e3e3;
}
.widget-newslist-10 .select-ui-choose ._arrow .arr {
	left: 50%;
	margin: 0 0 0 -0.4em;
	border-color: #969696 transparent transparent;
}
body .select-ui-options li:hover, body .select-ui-options li.hover {
	background: #3caaff;
}
body .select-ui-options-bottom, .widget-newslist-10 .select-ui-choose-bottom.on, .widget-newslist-10 .select_box {
	border-radius: 0px;
}
.widget-newslist-10 .bdshare-button-style1-16 a {
	padding: 0;
	margin: 0;
	background: none;
	height: 20px;
	line-height: 20px;
}
/*widgets_common_pages_6 start*/

.widgets_common_pages_6 {
	font-size: 0;
	margin-top: 50px;
}
.widgets_common_pages_6 a, .widgets_common_pages_6 span {
	height: 58px;
	line-height: 58px;
	color: #666;
	background-color: #f7f8fe;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
	margin: 0;
}
.widgets_common_pages_6 a:hover, .widgets_common_pages_6 span.page-num-current {
	color: #fff;
	background-color: #2e54b5;
}
.widgets_common_pages_6 .page-num-current {
	color: #fff;
	background-color: #2e54b5;
}
/*widgets_common_pages_6 end*/





/*widgets_xc_newdetail_unite_2*/

.widgets_xc_newdetail_unite_2 {
	padding-bottom: 80px;
	margin-top: 94px;
}
.widgets_xc_newdetail_unite_2 .iconfont {
	font-size: 1.2em;
	font-size: 1.5em\9;
}
.widgets_xc_newdetail_unite_2 .news_detail_top {
	background: #f4f4f4;
	padding: 70px 0px 40px;
}
.widgets_xc_newdetail_unite_2 .news_detail_top .detail_content ._title {
	font-size: 32px;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.widgets_xc_newdetail_unite_2 .news_detail_top ._tools {
	color: #7e7e7e;
	text-align: center;
}
.widgets_xc_newdetail_unite_2 .news_detail_top ._tools ._tool {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.widgets_xc_newdetail_unite_2 .news_detail_top ._tools b {
	font-weight: normal;
}
.widgets_xc_newdetail_unite_2 .news_detail_top ._tools .bds_more {
	float: none;
	background: none;
	padding: 0;
	font-size: 14px;
	color: #7e7e7e;
}
.widgets_xc_newdetail_unite_2 .news_detail_top .myart {
	padding: 30px 2.5%;
	line-height: 2;
	min-height: 200px;
	font-size: 13px;
	color: #555555
}
.widgets_xc_newdetail_unite_2 .page_info {
	border-top: 1px solid #e4e4e4;
}
.widgets_xc_newdetail_unite_2 .page_info_btn {
	display: block;
	height: 60px;
	border-bottom: 1px solid #e4e4e4;
}
.widgets_xc_newdetail_unite_2 .page_info .b_text {
	width: 10%;
	height: 60px;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 60px;
}
.widgets_xc_newdetail_unite_2 .page_info .news_date {
	width: 11.5%;
	height: 60px;
	font-size: 13px;
	color: #969696;
	text-align: center;
	line-height: 60px;
}
.widgets_xc_newdetail_unite_2 .page_info .news_tit {
	width: 70%;
	height: 60px;
	margin-left: 2%;
	font-size: 16px;
	color: #000;
	line-height: 60px;
	font-weight: normal;
}
.widgets_xc_newdetail_unite_2 .page_info_btn:hover .b_text {
	background-color: #00a2f8;
	color: #fff;
}
.widgets_xc_newdetail_unite_2 .myart {
	padding: 46px 0px;
}
.widgets_xc_newdetail_unite_2 #switcher a {
	font-weight: bold;
	color: #333;
}
.widgets_xc_newdetail_unite_2 .print {
	cursor: pointer;
}
.widgets_xc_newdetail_unite_2 .back_list {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.widgets_xc_newdetail_unite_2 .back_list .iconfont {
	font-weight: normal;
	color: #00a2f8;
}
/*联系我们*/

.contact_us .op8 {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.contact_us .pt2 {
	overflow: hidden;
}
.contact_us .pt2 .tit {
	text-align: center;
	font-size: 30px;
	color: #313131;
	line-height: 1;
	margin-bottom: 25px;
}
.contact_us .pt2 .info {
	text-align: center;
	font-size: 14px;
	color: #898989;
	line-height: 1;
	margin-bottom: 15px;
}
.contact_us .pt2 .line {
	display: block;
	margin: 0 auto 20px;
	width: 27px;
	height: 1px;
	background: #c6c6c6;
}
.contact_us .pt2 .form {
	width: 1050px;
	margin: 0 auto;
}
.contact_us .pt2 .form input {
	border: 1px solid #d5d5d5;
	font-size: 14px;
}
.contact_us .pt2 .name {
	background: transparent url("../images/i_form_ico1.png") no-repeat right 0;
}
.contact_us .pt2 .phone {
	background: transparent url("../images/i_form_ico2.png") no-repeat right 0;
}
.contact_us .pt2 .email {
	background: transparent url("../images/i_form_ico3.png") no-repeat right 0;
}
.contact_us .pt2 .line1 {
	width: 80%;
	height: 48px;
	line-height: 48px;
	padding: 0 46px 0 13px;
	float: left;
}
.contact_us .pt2 .form textarea {
	width: 989px;
	border: 1px solid #d5d5d5;
	padding: 10px 40px 10px 13px;
	height: 149px;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top: 25px;
	background: transparent url("../images/i_form_ico4.png") no-repeat right top;
}
.contact_us .pt2 .form .btns_list {
	text-align: center;
}
.contact_us .pt2 .form .btns_list button {
	width: 45%;
	height: 45px;
	line-height: 37px;
	border: none;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.contact_us .pt2 .form .btns_list .sub {
	background-color: #848484;
	border-radius: 0;
	float: left;
}
.contact_us .pt2 .form .btns_list .reset {
	background-color: #848484;
	border-radius: 0;
	float: right;
}
.contact_us .pt2 .form .btns_list button:hover {
	background-color: #00a2f8;
}
.contact_us .pt2 .form_cb .span-4 {
	position: relative;
}
.contact_us .pt2 .form_cb .span-4 span {
	position: absolute;
	right: 45px;
	top: 15px;
}
.contact_us .pt2 .yzm_box {
	width: 50%;
}
.contact_us .pt2 .btns_list {
	width: 50%;
}
.contact_us .pt2 .yzm_box .yzm {
	line-height: 46px;
	height: 46px;
	width: 30%;
	background: transparent;
	text-indent: 20px;
	margin-right: 25px;
}
.contact_us .pt2 .yzm_box img {
	width: 120px;
	height: 50px;
	margin-right: 10px;
}
.contact_us .pt2 .yzm_box .change {
	color: #40535a;
	font-size: 12px;
	cursor: pointer;
	vertical-align: bottom;
}
.contact_us .title {
	font-size: 14px;
	color: #5e5e5e;
	padding-bottom: 20px;
}
.contact_us .pt1 {
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 5%;
	overflow: hidden;
}
.contact_us .pt1 .map_box {
	height: 100%;
}
.contact_us .pt1 .map_box img {
	max-width: none;
}
.contact_us .pt1 .box {
	width: 50%;
	right: 0;
	height: 100%;
	background-color: #00a2f8;
	background-color: rgba(0, 162, 248, .9);
	position: absolute;
	top: 0;
}
.contact_us .pt1 .box .inner_box {
	padding: 8%;
	color: #fff;
}
.contact_us .pt1 .box .inner_box a {
	color: #fff;
}
.contact_us .pt1 .box .inner_box .tit a {
	font-size: 24px;
	line-height: 1;
}
.contact_us .pt1 .box .inner_box .linear {
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: #fff;
	margin: 3% 0;
}
.contact_us .pt1 .box .inner_box .p1 {
	font-size: 14px;
	margin-bottom: 7%;
	line-height: 1;
}
.contact_us .pt1 .box .inner_box .p {
	line-height: 1.8;
}
.contact_us .pt1 .box .inner_box .linear.all {
	width: 100%;
	margin: 8% 0 8%;
}
.contact_us .pt1 .box .inner_box dl {
	float: right;
	width: auto;
}
.contact_us .pt1 .box .inner_box dl.dl1 {
	width: 70%;
	float: left;
}
.contact_us .pt1 .box .inner_box dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}
.contact_us .pt1 ._img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
/*产业综合*/

.channel_main.pro_center {
	padding: 60px 0 70px;
	background-color: #f9f7f7;
}
.pro_center ul {
	width: 102%;
}
.pro_center .item {
	position: relative;
	overflow: hidden;
}
.pro_center .item .box {
	padding: 6% 5%;
	background: #fff;
	display: block;
}
.pro_center .item .box .tit {
	color: #00a2f8;
	font-family: 'Arial';
	line-height: 1;
	margin-bottom: 5%;
}
.pro_center .item .box .rect-5625 {
	padding-bottom: 48%;
}
.pro_center .item .box ._full {
	height: auto;
	bottom: -40px;
	top: auto;
}
.pro_center .item .box .tit h2 {
	font-size: 24px;
	font-weight: normal;
	width: 90%;
}
.pro_center .item .box .tit .icon {
	width: 80px;
	height: 28px;
	background: url(../images/pro_center01.jpg) no-repeat left center;
	display: block;
}
.pro_center .item .box .p {
	overflow: hidden;
	font-size: 16px;
	color: #666;
}
.pro_center .item .box .p p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro_center .item .box ._img img {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.pro_center .item {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 2%;
}
.pro_center .item.even {
	margin-right: 0;
}
/*特效动画样式*/

.pro_center .effect i {
	position: absolute;
	background-color: #00a2f8;
}
.pro_center .effect i.border1 {
	top: 0;
	height: 10px;
	left: 0;
	width: 0;
}
.pro_center .effect i.border2 {
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	top: -100%
}
.pro_center .effect i.border3 {
	top: 100%;
	right: 0;
	width: 0;
	height: 10px;
}
.pro_center .effect i.border4 {
	top: 100%;
	left: 0;
	width: 10px;
	height: 100%;
	top: 100%
}
/*产品详细页面*/

.channel_main.pro_detail {
	padding: 0;
}
.pro_detail .part1 {
	background-color: #f9f7f7;
	padding: 100px 0 60px;
}
.pro_detail .part1 .box {
	padding-left: 20px;
}
.pro_detail .part1 .img_box {
	border: 1px solid #e8e8e8;
}
.pro_detail .part1 .img_box .iconfont {
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 26px;
	font-size: 30px;
	color: #143f90;
}
.pro_detail .part1 .tit {
	font-size: 36px;
	font-weight: bold;
	font-family: 'Arial';
	line-height: 1;
	padding-bottom: 4%;
	padding-top: 4%;
	color: #2b2b2b;
}
.pro_detail .part1 .p {
	font-size: 16px;
	color: #666;
	padding-bottom: 4%;
}
.pro_detail .part1 .button .shop {
	width: 40%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #00a2f8;
	color: #fff;
	font-size: 16px;
	float: left;
}
.pro_detail .part1 .button a .iconfont {
	font-size: 26px;
}
.pro_detail .part1 .button .iphone {
	width: 40%;
	margin-left: 5%;
	font-size: 14px;
	color: #666;
	float: left;
}
.pro_detail .part1 .button .iphone a {
	display: block;
	font-size: 22px;
	color: #00a2f8;
	cursor: default;
}
.pro_detail .part1 .p2 {
	padding: 20px 0 12px;
	font-size: 16px;
	color: #242424;
}
.pro_detail .part1 .list li {
	float: left;
	width: 30%;
	margin-right: 3%;
}
.pro_detail .part1 .list li .t {
	display: block;
	text-align: center;
	padding-top: 10px;
}
.pro_detail .part2 .part2_t {
	height: 217px;
	width: 100%;
	position: relative;
	background: url(../images/pro_detail.jpg) no-repeat center center;
}
.pro_detail .part2 .part2_b {
	padding: 40px 0px 80px;
}
.pro_detail .part2 .part2_t .linear {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #fff;
}
.pro_detail .part2 .part2_t .box {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: absolute;
	top: 50%;
	text-align: center;
	line-height: 1;
	margin-top: -9px;
}
.pro_detail .part2 .part2_t .box li {
	width: 18%;
	display: inline-block;
	cursor: pointer;
}
.hyyy_list li:nth-child(odd) {
	background: #777;
}
.hyyy_list li:nth-child(2n) {
	background: #d80101;
}
.pro_detail .part2 .part2_t .box li.cur .circle {
	background-color: #00a2f8;
}
.pro_detail .part2 .part2_t .box li .circle {
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto
}
.pro_detail .part2 .part2_t .box li .t {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
	display: block;
}
.pro_detail .part2 .part2_b .tab_b .tit {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 25px;
}
.pro_detail .part2 .part2_b .tab_b .p {
	font-size: 15px;
	color: #666;
}
.pro_detail .part2 .part2_b .tab_b li {
	display: none;
}
.pro_detail .part2 .part2_b .tab_b li.cur {
	display: block;
}
.pro_detail .part2 {
	background-color: #fff;
}
/*首页样式*/

/*widgets_bidimg_banner_5*/

.widgets_bidimg_banner_5 { display: none;
	height: 714px
}
.widgets_bidimg_banner_5 .ibanner_box {
	display: none;
}
.widgets_bidimg_banner_5 .item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 714px;
}
.widgets_bidimg_banner_5 .item .banner_img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 714px;
	margin-left: -960px;
}
/*.widgets_bidimg_banner_5 .item img{width:100%;height:100%;position:absolute;top:0;left:0;}*/

.widgets_bidimg_banner_5 .ibanner_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
}
.widgets_bidimg_banner_5 .cover_title01 {
	font-size: 55px;
	margin-top: 26%;
	font-weight: normal;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.widgets_bidimg_banner_5 .cover_title02 {
	font-size: 30px;
	font-weight: normal;
}
.widgets_bidimg_banner_5 .cover_title02, .widgets_bidimg_banner_5 .cover_p {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.widgets_bidimg_banner_5 .arr_btn {
	position: absolute;
	top: 50%;
}
.widgets_bidimg_banner_5 .arr_btn.art_btn_l {
	left: 2%;
}
.widgets_bidimg_banner_5 .arr_btn.art_btn_r {
	right: 2%;
}
.widgets_bidimg_banner_5 .ibanner_cover .iconfont {
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	font-size: 14px;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.widgets_bidimg_banner_5 .cover_title01:after, .widgets_bidimg_banner_5 .cover_title01:before {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	background: #fff;
	bottom: 12px;
	left: 50%;
	right: 50%;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.widgets_bidimg_banner_5 .owl-item.cur .cover_title01:after {
	left: 0;
	right: 57%;
}
.widgets_bidimg_banner_5 .owl-item.cur .cover_title01:before {
	right: 0;
	left: 57%;
}
.widgets_bidimg_banner_5 .owl-item.cur .ibanner_cover .iconfont {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.widgets_bidimg_banner_5 .owl-item.cur .cover_title01 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.widgets_bidimg_banner_5 .owl-item.cur .cover_title02, .widgets_bidimg_banner_5 .owl-item.cur .cover_p {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
/*widgets_bidimg_banner_5 end*/





/*ipart1*/

.ipart1 {
	background: #f6f6f6;
}
.ipart1 .ipart1_top {
	position: relative;
}
.ipart1 .ipart1_l {
	width: 40%;
	padding-top: 60px;
}
.ipart1 .ipart1_r {
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
/*.ipart1 .ipart1_r.tophide{bottom:0;}*/

.ipart1 .ipart1_l .ipart1_t {
	font-size: 18px;
	color: #3d3d3d;
}
.ipart1 .ipart1_l .ipart1_l_p {
	padding: 20px 0px;
}
.ipart1 .ipart1_bottom .list_box {
	text-align: center;
	padding: 10% 12% 14%;
	display: block;
}
.ipart1 .ipart1_bottom .list_title {
	font-size: 28px;
	color: #000;
	font-weight: normal;
}
.ipart1 .ipart1_bottom .list_p {
	color: #989898;
}
.ipart1 .ipart1_bottom .list_ico {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	background-image: url(../images/ipart1_ico.png);
	background-repeat: no-repeat;
}
.ipart1 .ipart1_bottom .li2 .list_ico {
	background-position: -80px 0px;
}
.ipart1 .ipart1_bottom .li3 .list_ico {
	background-position: -160px 0px;
}
.ipart1 .ipart1_bottom li:hover .list_ico {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.ipart1 .ipart1_bottom li:hover .list_ico {
	background-image: url(../images/ipart1_ico_hover.png);
}
/*ipart2*/

.ipart2 {
	width: 100%;
	background: url(../images/ipart2_bj.jpg) no-repeat center top;
	padding-top: 80px;
}
.ipart2 .rect-120 {
	padding-bottom: 120%;
}
.ipart2 .rect-120 img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ipart2_hd .ititle {
	color: #fff;
}
.ipart2_hd .hd_text {
	width: 50%;
	color: #cdcdcd;
	padding: 16px 0px 50px;
}
.ipart2_hd .arr_btn {
	margin-top: -14px;
}
.ipart2_bd {
	overflow: hidden;
}
.ipart2_bd ul {
	width: 105%;
}
.ipart2_bd li {
	width: 30.5%;
	margin-right: 2%;
}
.ipart2_bd .list_box .number {
	font-size: 76px;
	font-weight: bold;
	font-family: Arial;
	display: block;
}
.ipart2_bd .list_cover1 {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/black.6.png) repeat;
	padding: 8% 12%;
	color: #fff;
}
.ipart2_bd .list_cover1 .number {
	margin-bottom: 50%;
}
.ipart2_bd .list_cover1 .en_title {
	font-size: 48px;
	font-family: Arial;
	font-weight: normal;
	line-height: 1;
}
.ipart2_bd .list_cover1 .cn_title {
	font-size: 24px;
	font-weight: normal;
	padding: 7px 0px 14px;
}
.ipart2_bd .list_cover2 {
	left: 10%;
	right: 10%;
	bottom: -30px;
	background: rgba(0,162,248,.90);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9900a2f8, endcolorstr=#9900a2f8);
	color: #fff;
	padding: 6% 10%;
	visibility: hidden;
	opacity: 0;
}
.ipart2_bd .list_cover2 dt {
	font-size: 26px;
	margin-bottom: 10px;
}
.ipart2_bd .list_cover2 dd a {
	display: block;
	padding: 4px 0px;
	color: #fff;
}
.ipart2_bd .list_cover2 dd .iconfont {
	opacity: 0.8
}
.ipart2_bd .list_cover2 dd:hover {
	opacity: 0.8;
}
.ipart2_bd li.cur .list_cover1 {
	visibility: hidden;
	opacity: 0;
}
.ipart2_bd li.cur .list_cover2 {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
/*ipart3*/

.ipart3 {
	padding: 60px 0px;
}
.ipart3_hd {
	margin-bottom: 30px;
}
.ipart3_hd .ititle:after {
	display: none;
}
.ipart3_bd {
	display: none;
	position: relative;
}
.ipart3_bd .list_box {
	display: block;
	padding: 0 4%;
}
.ipart3_bd .list_border {
	width: 48px;
	height: 3px;
	background: #999;
	display: block;
}
.ipart3_bd .list_title {
	font-size: 18px;
	color: #333;
	padding: 16px 0px 4px;
	font-weight: normal;
}
.ipart3_bd .list_time {
	color: #666;
	font-family: Arial;
	font-size: 13px;
}
.ipart3_bd .list_p {
	height: 48px;
	overflow: hidden;
	margin: 10px 0 20px;
	color: #666;
}
.ipart3_bd .item:hover .more_btn {
	color: #00a2f8;
}
.ipart3_bd .item:hover .list_border {
	width: 100%;
	background: #00a2f8;
}
.ipart3_bd .arr_btn {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	box-shadow: 0px 0px 10px #cecece;
	color: #999;
}
.ipart3_bd .arr_btn.art_btn_l {
	left: -70px;
}
.ipart3_bd .arr_btn.art_btn_r {
	right: -70px;
}
.ipart3_bd .arr_btn:hover {
	background: #00a2f8;
	color: #fff;
}
.ipart4 {
	width: 100%;
	background: url(../images/ipart4_bj.jpg) no-repeat;
	padding: 110px 0px; background-position: center;
}
.ipart4_box {
	width: 52%;
	background: url(../images/part4_img.jpg) no-repeat center;
	color: #fff;
	margin: 0 auto;
	padding: 40px 0 30px;
}
.ipart4_box .title {
	font-size: 24px;
}
.ipart4_box .title em {
	font-weight: bold;
	font-size: 60px;
	font-family: impact;
}
.ipart4_box .text {
	display: inline-block;
	text-align: left;
}
.ipart4_box .text span {
	display: block;
	font-size: 16px;
}
.ipart4_box .text span.en {
	font-family: 'hero_light';
	text-align: center;
}
/*gotop*/

.gotop {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: rgba(0,162,248,.90);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9900a2f8, endcolorstr=#9900a2f8);
	font-size: 24px;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	display: none;
	z-index: 50;
}
.gotop:hover {
	color: #fff;
}
/*视频弹窗*/

.i_video_box .about-video-close {
	position: absolute;
	top: 10px;
	right: 1%;
	width: 30px;
	height: 30px;
	background: transparent url(../images/hw1_sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}
/* piclist-1 start*/

.widget-prolist-15 {
	margin-bottom: 20px;
}
.widget-prolist-15 ._info {
	padding: 20px;
	background: #ecf1f4;
}
.widget-prolist-15 ._info .tit {
	display: inline-block;
	max-width: 85%;
	font-size: 16px;
}
.widget-prolist-15 ._info .iconfont {
	font-size: 18px;
}
/*.widget-prolist-15 li .rect-75 i{ margin-top: -34px; margin-left: -34px;width: 68px;height: 68px;background-size:cover;}*/

.widget-prolist-15 li {
	cursor: pointer;
	margin-bottom: 40px;
}
.widget-prolist-15 li:hover ._info {
	background: #00a2f8;
	color: #fff;
}
.widget-prolist-15 li .cover {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
	background: rgba(0,0,0,.33);
	overflow: hidden;
}
.widget-prolist-15 li:hover .cover {
	height: 100%;
	transition: all 0.5s ease;
}
.widget-prolist-15 li:hover ._info .iconfont {
	color: #fff;
}

@media only screen and (max-width: 760px) {
.widget-prolist-15 li ._info .iconfont {
	display: none;
}
}
/*产品列表页边线效果*/

.pro_center .box_border {
	background: #00a2f8;
	position: absolute;
	opacity: 0;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.pro_center .box_border.border_left {
	bottom: 0;
	left: 0;
	width: 2px;
	height: 0;
}
.pro_center .box_border.border_bottom {
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
}
.pro_center .box_border.border_right {
	top: 0;
	right: 0;
	width: 2px;
	height: 0;
}
.pro_center .box_border.border_top {
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
}
.pro_center li.cur .box_border {
	opacity: 1;
}
.pro_center li.cur .border_left {
	height: 100%;
}
.pro_center li.cur .border_right {
	height: 100%;
}
.pro_center li.cur .border_top {
	width: 100%;
}
.pro_center li.cur .border_bottom {
	width: 100%;
}
/*产品详细放大镜*/

.pro_detail .part1 .img_box .large {
	overflow: hidden;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 300px;
	border: 10px solid rgba(0,0,0,.1);
	border-radius: 155px;
	margin: -155px 0 0 -155px;
	transform: scale(0);
	opacity: 0;
	z-index: 200;
	display: block;
}
.pro_detail .part1 .img_box .large img {
	position: absolute;
	max-width: none;
}
/*订购表单*/

.channel_main .content-42392 .pdet_form {
	background: none;
}
.content-42392 .pdet_form .ord_btninp input {
	width: 20%;
	height: 45px;
	line-height: 37px;
	border: none;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.channel_main .content-42392 .pdet_form .ord_area {
	vertical-align: middle;
}
.channel_main .content-42392 .pdet_form .ord_sub {
	background: #00a2f8;
}
.channel_main .content-42392 .pdet_form .ord_rest {
	background: #848484;
}
/*搜索页*/

.channel_main .content-42386 .sear {
	padding: 40px 0 40px 35px;
}
.channel_main .content-42386 .dib.sear_f {
	width: 270px;
	height: 28px;
	margin-right: 10px;
}
.channel_main .content-42386 .dib.sear_f>input {
	width: 100%;
	padding: 0;
	text-indent: 10px;
	color: #aaa;
}
.channel_main .content-42386 .content-42386-flag {
	vertical-align: middle;
}
.channel_main .content-42386 .submit {
	background-color: #0159b0;
	color: #fff;
	width: 125px;
	border-color: #0159b0;
}
.channel_main .content-42386 .dib {
	margin-right: 10px;
}
.channel_main .content-42386 .sear_result a:hover {
	color: #004488;
	text-decoration: none;
}
/*联系我们地图*/

.contact_us .BMap_shadow img {
	display: none;
}
/*行业应用列表*/

.hyyy_list li {
	margin-bottom: 30px;
}
.hyyy_list .list_text {
	width: 32%;
}
.hyyy_list .list_img {
	width: 68%;
}
.hyyy_list .list_text .text_box {
	padding: 10%;
	color: #fff;
}
.hyyy_list .list_text .list_title {
	font-size: 32px;
	font-weight: normal;
}
.hyyy_list .list_text .list_p {
	margin: 24px 0 36px;
}
.hyyy_list .list_text .more_btn {
	color: #fff;
	cursor: pointer;
	display: block;
}
/*行业应用弹窗*/

.list_detail {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	bottom: 100%;
	right: 0;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	text-align: center;
	background: rgba(0,0,0,.60);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
	opacity: 0;
}
.list_detail.open {
	bottom: 0;
	opacity: 1;
}
.list_detail .show_box {
	width: 70%;
	background: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.list_detail .hidden_box {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	visibility: hidden;
}
.list_detail .center_box {
	padding: 6% 5% 5%;
}
.list_detail .scroll_box {
	height: 280px;
	overflow: hidden;
	position: relative;
	padding-right: 48px;
	text-align: left;
}
.list_detail .scroll_box {
	height: 480px;
	overflow: hidden;
	position: relative;
	padding-right: 48px;
	text-align: left;
}
.list_detail .right_btn {
	width: 80px;
	position: absolute;
	top: 0;
	right: -80px;
}
.list_detail .right_btn .btn_box {
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,.60);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
	display: block;
	text-align: center;
	line-height: 80px;
	margin-bottom: 1px;
	cursor: pointer;
}
.list_detail .right_btn .btn_box:hover {
	background: #00a2f8;
}
.list_detail .right_btn .next_btn, .list_detail .right_btn .prev_btn {
	font-size: 30px;
	color: #fff;
}
.list_detail .right_btn .close_btn {
	position: relative;
}
.list_detail .right_btn .close_btn:after, .list_detail .right_btn .close_btn:before {
	content: "";
	width: 60%;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -30%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list_detail .right_btn .close_btn:after {
	top: 50%;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.list_detail .right_btn .close_btn:before {
	bottom: 50%;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.list_detail .right_btn .close_btn i {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	visibility: hidden;
	color: #fff;
}
.list_detail .right_btn .close_btn:hover:after {
	top: 24%;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.list_detail .right_btn .close_btn:hover:before {
	bottom: 24%;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.list_detail .right_btn .close_btn:hover i {
	opacity: 1;
	visibility: visible;
}
/* job-4 start*/

.job-6-cont {
	border: 1px solid #f4f4f4;
	display: block;
	padding: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.job-6-cont:hover {
	background: #00a2f8;
	color: #fff;
}
.job-6-tit {
	font-size: 18px;
	position: relative;
	padding-bottom: 20px;
	line-height: 1;
	margin-bottom: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.job-6-tit:after {
	content: '';
	position: absolute;
	width: 35px;
	height: 1px;
	background: #d2d2d2;
	bottom: 0;
	left: 0;
}
.job-6-list {
	margin-bottom: 30px;
}
.job-6-btn {
	font-size: 15px;
	color: #00a2f8;
}
.job-6-cont:hover .job-6-btn {
	color: #fff;
}
.job-6-cont:hover .job-6-tit:after {
	background: #fff;
}
/*招聘列表*/

.job_list_hd {
	margin-bottom: 30px;
}
.job_list_hd .search_box .select_box {
	width: 40%
}
.job_list_hd .search_box .inp_box {
	margin-left: 4%;
	width: 40%
}
.job_list_hd .search_box {
	border: 8px solid #e5e5e5;
	padding: 2% 5%;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.job_list_hd .search_box .from_box {
	width: 70%;
	border: 1px solid #aaa;
	line-height: 30px;
	padding: 0 2%;
	margin-left: 2%;
	height: 30px;
	box-sizing: border-box;
	border-radius: 0px;
	font-size: 14px;
	font-weight: normal;
}
.job_list_hd .search_box .btn_box {
	width: 16%;
	border: none;
	background: #00a2f8;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}
/*招聘页面弹窗*/

.job_list_popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.60);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
	z-index: 100;
	text-align: center;
	display: none;
}
.job_list_popup .show_box {
	width: 60%;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 4%;
}
.job_list_popup .show_box .center_box {
	height: 400px;
	overflow-y: auto;
}
.job_list_popup .hidden_box {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	visibility: hidden;
}
.job_list_popup .show_box .right_btn {
	position: absolute;
	right: -80px;
	width: 80px;
	top: 0;
}
.job_list_popup .show_box .right_btn .close_btn {
	position: relative;
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	display: block;
	margin-bottom: 1px;
	cursor: pointer;
	overflow: hidden;
	background: rgba(0,0,0,.80);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.job_list_popup .show_box .right_btn .close_btn:hover {
	background: #00a2f8;
}
.job_list_popup .right_btn .close_btn:after, .job_list_popup .right_btn .close_btn:before {
	content: '';
	position: absolute;
	width: 60%;
	height: 1px;
	background: #fff;
	display: block;
	left: 50%;
	margin-left: -30%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.job_list_popup .right_btn .close_btn:before {
	bottom: 50%;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.job_list_popup .right_btn .close_btn:after {
	top: 50%;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.job_list_popup .right_btn .close_btn:hover:after {
	top: 24%;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.job_list_popup .right_btn .close_btn:hover:before {
	bottom: 24%;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.job_list_popup .right_btn .close_btn:hover i {
	opacity: 1;
	visibility: visible;
}
.job_list_popup .right_btn .close_btn i {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	visibility: hidden;
	color: #fff;
}
.job_list_popup .right_btn .btn_box {
	width: 100%;
	height: 80px;
	display: block;
	text-align: center;
	line-height: 80px;
	margin-bottom: 1px;
	cursor: pointer;
	background: rgba(0,0,0,.70);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.job_list_popup .right_btn .btn_box:hover {
	background: #00a2f8;
}
.job_list_popup .right_btn .btn_ico {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/list_detail_ico.png) no-repeat;
}
.job_list_popup .right_btn .unable .btn_ico {
	opacity: 0.1;
}
.job_list_popup .right_btn .prev_btn .btn_ico {
	background-position: -80px 0px;
}
.job_list_popup .show_box .center_box .box_top {
	margin-bottom: 30px;
	text-align: left;
}
.job_list_popup .show_box .center_box .box_top span {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #969696;
	margin-bottom: 15px;
}
.job_list_popup .show_box .center_box .box_top .job_name_box {
	width: 33%;
	float: left;
	font-size: 24px;
	line-height: 1;
	color: #000;
}
.job_list_popup .show_box .center_box .box_top .job_num_box {
	width: 33%;
	float: left;
	font-size: 24px;
	line-height: 1;
	color: #000;
}
.job_list_popup .show_box .center_box .box_top .job_where {
	width: 33%;
	float: left;
	font-size: 24px;
	line-height: 1;
	color: #000;
}
.job_list_popup .show_box .center_box .box_detail {
	text-align: left;
}
.job_list_popup .show_box .center_box .box_detail .detail_tit {
	border-bottom: 1px solid #a0a0a0;
 font-size:font-size:14px;
	line-height: 1;
	color: #969696;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.job_list_popup .show_box .center_box .box_detail .detail_con {
	position: relative;
	overflow-y: auto;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.job_list_popup .show_box .common_more {
	display: inline-block;
	padding: 2% 7%;
	border: 1px solid #ddd;
	color: #00a2f8;
	font-size: 16px;
}
.job_list_popup .show_box .common_more:hover {
	background: #00a2f8;
	color: #fff;
}
/*招聘列表页描述*/

.descriptions {
	padding: 3% 4%;
	background: #eaeaea;
	min-height: 100px;
	margin-bottom: 30px;
}
/*三级导航*/

.page_header .inav .sub_nav li {
	position: relative;
}
.page_header .inav .third_nav {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	text-align: center;
	background: rgb(15, 179, 255, 0.65);
	color: #fff;
}
.page_header .inav .sub_nav li:hover .third_nav {
	display: block;
}
.channel_main .Validform_right {
	display: block;
}
/*搜索页分页样式*/

.channel_main .page {
	font-size: 0;
	margin-top: 50px;
}
.channel_main .page a, .channel_main .page span {
	height: 58px;
	line-height: 58px;
	color: #666;
	background-color: #f7f8fe;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
	margin: 0;
}
.channel_main .page a:hover, .channel_main .page span.current {
	color: #fff;
	background-color: #2e54b5;
}
/*20190613*/

.pro_detail .part2 .part2_b .datalist tr:nth-child(2n+1) {
	background: #eee
}
/*20190625*/

body .Form-J1 .Form-J1-li label {
	top: 0;
}
body .Form-J1 .Form-J1-li textarea {
	height: 106px;
}
